From: Keir Fraser Date: Thu, 15 Jan 2009 12:35:09 +0000 (+0000) Subject: rombios: Protect the ax register before calling the TCG BIOS extensions function. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14014^2~60 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=501b78cbc29a72d522cc435f22f8651f2733d3b2;p=xen.git rombios: Protect the ax register before calling the TCG BIOS extensions function. Signed-off-by: Stefan Berger --- diff --git a/tools/firmware/rombios/rombios.c b/tools/firmware/rombios/rombios.c index d960222048..914fdcee19 100644 --- a/tools/firmware/rombios/rombios.c +++ b/tools/firmware/rombios/rombios.c @@ -10447,7 +10447,9 @@ rom_scan: ;; 3 ROM initialization entry point (FAR CALL) #if BX_TCGBIOS + push ax call _tcpa_start_option_rom_scan /* specs: 3.2.3.3 + 10.4.3 */ + pop ax #endif rom_scan_loop: